t2
1571 NOTES
==========

COMMAND          FUNCTION
-------          --------
U0>M0            1541 mode

U0>M1            1571 mode
                  Fast bus
                  1328 blocks free
                  Side a: tracks 1-35
                  Side b: tracks 36-70

U0>H0            1541 mode
U0>H1             Select which head to
                  use.
                  Side a: tracks 1-35
                  Side b: tracks 1-35
                  Treat each side as a
                  different disk.

"U0>R"+chr$(10)  Disable head bumping.

"U0>"+chr$(x)    Set device number 8-11
                 x = 8 -> 11.
                 Or use dip switches at
                 rear of drive.

COMMAND FORMAT

     10 open15,8,15:print#15,"u0>m1"

     15 close15

     20 open15,8,15:print#15,"u0>"+chr$(9)

     25 close15

C128 in 64 mode

     With Vic-Tree: SEND"u0>m1

     With DOS 5.1:  @0:u0>m1

     With SYSRES:   @"u0>m1"

=======================================
Jesse Knight
Brazoria, Texas

Earl Hamner/FUNHUG/21 Oct 85
